home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-12 | 292 b | 12 lines |
- # To create a Makefile, Use make -f Makefile.ini BOOTSTRAPCFLAGS=<...>
-
- BOOTSTRAPCFLAGS=
- SHELL = /bin/sh
-
- Makefile:
- cd config/imake && \
- $(MAKE) $(MFLAGS) -f Makefile.ini clean imake \
- BOOTSTRAPCFLAGS="$(BOOTSTRAPCFLAGS)"
- config/imake/imake -Iconfig/cf -DTOPDIR=../.. -DCURDIR=.
-
-